home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 124 / pcfcd124-a.iso / PCF Trial Software.dxr / 00136_back.ls < prev    next >
Encoding:
Text File  |  2001-05-22  |  130 b   |  13 lines

  1. on mouseEnter me
  2.   gWhichScript()
  3.   gChangeDetails()
  4. end
  5.  
  6. on mouseLeave me
  7.   gWhichScriptOff()
  8. end
  9.  
  10. on mouseUp
  11.   go("trial1")
  12. end
  13.